home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / CommonSample / fileStuff.h < prev    next >
Encoding:
Text File  |  1997-08-14  |  372 b   |  15 lines  |  [TEXT/CWIE]

  1. // Quickdraw 3D sample code
  2. //
  3. // Nick Thompson, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
  4. //
  5. // ©1994-5 Apple Computer Inc., All Rights Reserved
  6.  
  7. #ifndef _FILE_STUFF_
  8. #define _FILE_STUFF_
  9.  
  10.  
  11. void WriteGroupToFile( TQ3FileObject file, TQ3GroupObject theData, TQ3ViewObject theView) ;
  12. Boolean WriteFile(TQ3GroupObject theData, TQ3ViewObject theView ) ;
  13.  
  14.  
  15. #endif